home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / wb / logwin.lha / LogWin.readme < prev    next >
Text File  |  1995-10-18  |  2KB  |  48 lines

  1. Short:        LogWindow for ALL programs
  2. Author:       marc_albrecht@act.ohz.north.de
  3. Uploader:     root@act.ohz.north.de
  4. Type:         util/wb
  5. Distribution: OK to distribute ANYWHERE
  6. Version:      1.1
  7.  
  8. LogWin simply opens a window on whatever screen you want it, displaying a
  9. ListView Gadget, which entries can be controlled via a logfile or with
  10. the supplied Notify-program.
  11.  
  12. Purpose is to have ONE single LogWindow for all programs running in the
  13. background. I direct TrapDoor's output (nodenumber and sysopname) to the
  14. window, put some notification of my BBS on it, type in a "received Fax"
  15. if this happened, tell the window that UUCP-Mail has arrived for me...
  16. and so on - you know.
  17. I now can run TrapDoor and BBS totally quiet - TDGui is my TrapDoor GUI,
  18. LogWin is the LogWindow...
  19.  
  20. I hope you like it and send me some mail 'bout it. I tried to make it
  21. easy to use, easy to understand and system-friendly.
  22.  
  23. LogWin may be redistributed in any form as long as neither the code nor
  24. the documents are changed. Please do NOT charge any fee for copying it or
  25. for the program itself.
  26.  
  27. Usage: LogWindow SCREEN=<screenname> LEFT=<left edge> TOP=<top edge>
  28.                  WIDTH=<x-size> HEIGHT=<y-size>
  29.                  LOGNAME=<optional name of logfile>
  30.                  FONT=<fontname.font> <size>
  31.  
  32. Defaults: Screen=Workbench (NULL)
  33.           Left    =10
  34.           Top     =15
  35.           Width   =233
  36.           Height  =132
  37.           LogName ="logs:logwin.entries"
  38.           FONT    = SystemDefault Font
  39.  
  40. Usage: NotifyWin Sync/S Text
  41.  
  42. Defaults: none necessary
  43.  
  44. With NotifyWin you tell LogWin to reread the logfile (NotifyWin SYNC) or
  45. to add a line to the file and the window (NotifyWin ....). If you
  46. specify both SYNC and TEXT the text is added first and reload done after-
  47. wards.
  48.